home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000108_LesCharles_Wed May 28 14:14:49 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  113 lines

  1. Article: 14337 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.berkeley.edu!ucberkeley!newstransit.mitre.org!news.tufts.edu!logbridge.uoregon.edu!newshub.sdsu.edu!newsfeed2.earthlink.net!newsfeed.earthlink.net!newsfeed.news2me.com!border1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail
  3. NNTP-Posting-Date: Wed, 28 May 2003 10:05:53 -0500
  4. From: <LesCharles>
  5. Newsgroups: comp.protocols.kermit.misc
  6. References: <20030527123809.04226.00000370@mb-m15.aol.com> <eAVAa.73380$h42.41351@twister.nyc.rr.com>
  7. Subject: Re: server mode help needed
  8. Date: Wed, 28 May 2003 11:08:07 -0400
  9. X-Priority: 3
  10. X-MSMail-Priority: Normal
  11. X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
  12. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
  13. Message-ID: <JPOdnfKtG47MTUmjXTWcoA@comcast.com>
  14. Lines: 89
  15. NNTP-Posting-Host: 68.45.3.220
  16. X-Trace: sv3-3v6LxyUhhTYv+RlDwewZkplICdf5zG+IMif03ggYqNoZu60TYiwLT7NDGTsqnj8dqwAr6kkVHApyyzh!gTte9Ro75o3FuJfGDKMTgcLEhv4ZNqH564MqTYg9KYWXcBLeapN7smkRpBI=
  17. X-Complaints-To: abuse@comcast.net
  18. X-DMCA-Complaints-To: dmca@comcast.net
  19. X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
  20. X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
  21. X-Postfilter: 1.1
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14337
  23.  
  24. Thanks for all your inputs. They will be implemented. As part of my
  25. diagnostics,  I swapped out the modem with another of the same mfg and was
  26. able to duplicate the failure.  I then swapped this "no name" modem for a
  27. well known brand name.  I was unable to make it fail.  File transfers ran
  28. smoothly last night.
  29.  
  30. My conclusion is that the original modem didn't detect the disconnect and/or
  31. report it to Kermit.
  32.  
  33. Thanks again
  34.  
  35.  
  36. "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message
  37. news:eAVAa.73380$h42.41351@twister.nyc.rr.com...
  38. > I would suggest upgrading to 2.1.3.  There are some issues with data
  39. > loss on timeouts on serial ports when there is high cpu load in 2.0.x
  40. >
  41. >
  42. >
  43. > Greg180 wrote:
  44. > > Windows 98/Kermit 95 2.0.1
  45. > >
  46. > > The script show below has worked well for some time.  For unknown
  47. reasons we
  48. > > have recently found our server machine in an unbroken cycle as displayed
  49. on the
  50. > > server display screen.
  51. > >
  52. > > Bad Sequence Number
  53. > > Check Sum Error
  54. > >    the above appearing several time in sequence then followed by
  55. > > FAILURE: Too many retries
  56. > >
  57. > > This sequence continues until we Ctrl\C out of Kermit.
  58. > >
  59. > > I have been able to create this same scenario by starting the script and
  60. then
  61. > > placing a voice call to the host, and hanging up the voice call after
  62. the modem
  63. > > starts it handshake.
  64. > >
  65. > > During the duration, the line to the modem remains busy.
  66. > >
  67. > > I am reading the manual looking for a way to trap such errors, or a
  68. server
  69. > > setting which will force an exit from server mode.
  70. > >
  71. > > Any suggestions as to diagnostic work or an appropiate fix via script
  72. will be
  73. > > very much welcomed.
  74. > >
  75. > > Thanks,
  76. > >
  77. > >
  78. > > Current script follows:
  79. > >
  80. > > echo ----------------------------\013
  81. > > echo -   elcomm.ksx started     -\013
  82. > > echo ----------------------------\013
  83. > > set speed 115200
  84. > >
  85. > > ;---------------------------
  86. > > ; modem change
  87. > > set flow rts/cts
  88. > > set modem speed-matching off
  89. > > set speed 14
  90. > > ; --------------------------
  91. > >
  92. > > ENABLE DELETE
  93. > > set server login CPS CPS1
  94. > > set server display on
  95. > > set file collision overwrite
  96. > > cd f:\wtdcom
  97. > > while true {
  98. > >   clear command-screen
  99. > >   echo Now listening.....(ver 2.1).\013
  100. > >   echo
  101. > >   echo Two quick Ctrl-C's to fully escape Kermit
  102. > >   echo
  103. > >   sleep 1
  104. > >   answer 0
  105. > >   if success server
  106. > >   }
  107. > > echo out of the loop.. 20 sec to end\013
  108. > > sleep 20
  109. > >
  110. >
  111.  
  112.  
  113.